<!DOCTYPE html>
<html>
<body>
<?php
$xml=new SimpleXMLElement("note.xml", 0, TRUE);
echo $xml->asXML();
?>
<p>Select View Source to see the XML.</p>
</body>
</html>